From 48337f64f7c8052c8fa472dbe7b9311435f1a12e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 May 2001 10:05:39 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 072f2cda811..e996cc0da48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2001-05-12 Eli Zaretskii + + * w32bdf.c (search_file_line, set_bdf_font_info, seek_char) + (w32_get_bdf_glyph): Cast between unsigned char and char when + passing arguments to subroutines, to shut up compiler warnings. + (w32_get_bdf_glyph): Don't mix signed and unsigned when calling + GET_HEX_VAL. + + * xfaces.c: Include keyboard.h before frame.h, not after it. + + * widget.c: Include keyboard.h before frame.h. + + * w32term.h (struct image, struct face): Forward declaration, to + avoid compiler warnings. + 2001-05-11 Gerd Moellmann * keyboard.c (read_key_sequence): Don't modify events when -- 2.30.2